projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c290b9
)
Require `compile' unconditionally.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Sep 2005 01:24:15 +0000
(
01:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 9 Sep 2005 01:24:15 +0000
(
01:24
+0000)
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index d137284f795055c5b4a1fb3765b3139b6bc0f113..e5089d84fb0890ada43d42bdb9e0a7a47ba904a8 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-960,8
+960,7
@@
Convert it to flymake internal format."
(setq converted-list (cons (list regexp file line col) converted-list)))))
converted-list))
-(eval-when-compile
- (require 'compile))
+(require 'compile)
(defvar flymake-err-line-patterns ; regexp file-idx line-idx col-idx (optional) text-idx(optional), match-end to end of string is error text
(append